Openjdk6_bootstrap version b16-r1 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    openjdk6_bootstrap  most recent diff


    version b16-r1

      View the most recent changes for the openjdk6_bootstrap port at: openjdk6_bootstrap.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for openjdk6_bootstrap.
      The raw portfile for openjdk6_bootstrap b16-r1 is located here:
      http://openjdk6_bootstrap.darwinports.com/dports/java/openjdk6_bootstrap/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/openjdk6_bootstrap


      The openjdk6_bootstrap Portfile 53088 2009-06-29 05:16:32Z ryandesign macports.org $

      PortSystem 1.0

      Name: openjdk6_bootstrap
      Version: b16-r1
      set builddate 24_apr_2009

      Category: java
      Maintainers: landonf
      Platform: darwin

      Homepage: http://landonf.bikemonkey.org/static/soylatte
      Description: A binary build of OpenJDK6 to be used for bootstrapping the OpenJDK6 port.
      Long Description: OpenJDK is an open-source implementation of the Java Platform, Standard Edition. This port provides binaries to be used for bootstrapping the openjdk6 port, as a Java 6 bootstrap environment is currently required, and Apple's Java 6 is both incompatible with the bootstrapping requirements and not available on 32-bit platforms.

      distname openjdk6-b16-24_apr_2009-r1
      use_bzip2 yes
      Master Sites: http://hg.bikemonkey.org/archive/openjdk6_darwin_macports/
      Checksums: md5 56b57e1bfbffc65ed7588d2b7166f3ed sha1 0a78144c75380ae5a611d66b724fad348ff29f61

      use_configure no

      depends_lib port:freetype port:openmotif port:xorg-libX11

      build {}

      destroot {
      set path "${destroot}${prefix}/share/java/${name}/"
      xinstall -m 755 -d ${path}
      system "(cd ${worksrcpath} && tar cf - *) | (tar -C ${path} -xf -)"
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/openjdk6_bootstrap
      % sudo port install openjdk6_bootstrap
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching openjdk6_bootstrap
      ---> Verifying checksum for openjdk6_bootstrap
      ---> Extracting openjdk6_bootstrap
      ---> Configuring openjdk6_bootstrap
      ---> Building openjdk6_bootstrap with target all
      ---> Staging openjdk6_bootstrap into destroot
      ---> Installing openjdk6_bootstrap
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using openjdk6_bootstrap with these commands:
      %  man openjdk6_bootstrap
      % apropos openjdk6_bootstrap
      % which openjdk6_bootstrap
      % locate openjdk6_bootstrap

     Where to find more information:

    Darwin Ports



    Lightbox this page.